home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Frameworks / Grant's CGI Framework 1.0b14 / Documentation / References < prev    next >
Text File  |  1996-04-12  |  6KB  |  120 lines

  1. Grant's CGI Framework
  2. (Common Grant Interface :-)
  3. Version 1.0 beta 14
  4.  
  5. [Note that net resources are dynamic and always subject to change, so the references listed here may no longer work.]
  6.  
  7.  
  8. References to Potentially Useful Information and Resources
  9.  
  10. On the Internet
  11.  
  12. Chuck Shotton's explanation of the parameters of the CGI event, including the maximum sizes of the parameters. (included, with permission, in the grantscgi Documentation folder as cgi_params.html)
  13.   http://www.biap.com/datapig/mrwheat/cgi_params.html
  14.  
  15. CGIs in Mac C by Daaron Dwyer.
  16.   http://www.webedge.com/CGIinC/
  17.  
  18. Responder framework for CGIs in C from Maxum Development.
  19.   http://www.maxum.com/maxum/
  20.  
  21. Extending WebSTAR by Jon Wiederspan.
  22.   http://www.comvista.com/net/www/lessons/START_HERE.html
  23.  
  24. MailTools Gateway by John Norstad.
  25.   ftp://ftp.uwtc.washington.edu/pub/Mac/Network/WWW/MailToolsGateway.sit.bin
  26.  
  27. Macintosh World Wide Web FAQ, by Grant Neufeld.
  28.   http://arpp.carleton.ca/mac/
  29.  
  30. MacTech Magazine.
  31.   http://www.mactech.com/
  32.  
  33. The CGI Frequently Asked Questions List
  34.   http://www.best.com/~hedlund/cgi-faq/faq.html
  35.  
  36. Mac CGI shell in Forth
  37.   http://kreeft.intmed.mcw.edu/pf.html
  38.  
  39. On Paper
  40.  
  41. O'Fallon, John. "Writing CGI Applications in C" in 'MacTech Magazine'. September 1995. pp. 33-42
  42.  
  43. Levitus, Bob and Jeff Evans. 'WebMaster Macintosh.' AP Professional. ISBN 0-12-445574-3
  44.  
  45. Hale, Mason. "Scripting the Web with Frontier" in 'MacTech Magazine'. December 1995. pp. 57-64
  46.  
  47.  
  48. Further Information About This Framework
  49.  
  50. World Wide Web home page:
  51.      http://arpp.carleton.ca/grant/mac/grantscgi/
  52.  
  53. Grant's CGI Discussion, Announcements, and the Source Updates mail lists:
  54. I've set up a mailing list for discussing this framework. It is intended to be a forum for information, ideas, questions and announcements about about writing CGIs (and the CGIs that have been written) using Grant's CGI Framework. 
  55. Send a message with the command "subscribe" (without quotes) as the subject to: 
  56.   grantcgi@arpp.carleton.ca
  57.  
  58. There is a list for those who only want the announcements - no discussion. It is mutually-exclusive with the grantcgi list, meaning that you can only subscribe to one of them since all the postings to grantcgi-announce are also made to grantcgi.
  59. Send a message with the command "subscribe" (without quotes) as the subject to: 
  60.   grantcgi-announce@arpp.carleton.ca
  61.  
  62. You can also subscribe to a mailing list which will send you periodic updates to the framework as they are released (both interm and regular releases). All updates are sent as Stuffit attachments (HQX MIME format). The archives are not sent to either of the two other lists.
  63. Send a message with the command "subscribe" (without quotes) as the subject to: 
  64.   grantcgi-source@arpp.carleton.ca
  65.  
  66. If you want more details on any of the lists, just send the command "help" instead of "subscribe".
  67.  
  68. Download:
  69.   http://arpp.carleton.ca/grant/mac/grantscgi.sit.hqx
  70.  
  71. Applications Using This Framework
  72.  
  73. [Note: I am not legally responsible for the functioning or usability of any of the programs listed here -- except those programs listed as being written by me, which are subject to specific licensing and limitations which are documented within the documentation included with the distribution packages -- and offer no guarantees or warrantee of any kind for them.]
  74.  
  75. Count WWWebula
  76. by Gregory S. Combs - grgcombs@mail.utexas.edu
  77. A graphical access counter for WWW pages. Returns a gif of a string of digits, displaying how many users have looked at the page.
  78. <http://uts.cc.utexas.edu/~grgcombs/htmls/counter.html>
  79. </info-mac/comm/tcp/count-wwwebula-*-cgi.hqx>
  80.  
  81. Random URL CGI
  82. by Grant Neufeld - grant@acm.org
  83. Randomly redirect the client to urls listed in a text file.
  84. <http://arpp.carleton.ca/grant/mac/cgi/random.html>
  85. </info-mac/comm/tcp/random-url-*-cgi.hqx>
  86.  
  87. Bounce
  88. by Stefan W. Pantke - SPantke@NetzService.de
  89. "Displays the data received from the HTTP-Server and transforms it into an HTML-page which is returned to the server/client as response. Thus the CGI is a nice tool to check forms, for example."
  90. <http://arpp.carleton.ca/grant/mac/cgi/bounce.html>
  91. </info-mac/comm/tcp/bounce-cgi.hqx>
  92.  
  93. Web Server Screen Capture Utility
  94. by Steve Maller - steve@maller.com <http://www.maller.com/>
  95. Takes a screenshot of the current Macintosh screen, converts it to a .GIF file, and returns it to the web browser.
  96. </info-mac/comm/tcp/web/screen-capture-*-cgi.hqx >
  97.  
  98. Interactive Clock
  99. by Reginald Braithwaite-Lee - reg@codestorm.com
  100. Returns the current time, as a graphical analogue clock.
  101. <http://www.codestorm.com/ch/interactive/clock.html>
  102.  
  103. File Type Info
  104. by InfoDesign Corporation. (programmed by Grant Neufeld)
  105. An application for determining the file and creator types of files and applications. This serves as an example that the framework can be used for more than just CGIs and ListSTAR events - regular applications can be built with it, too.
  106. <http://arpp.carleton.ca/grant/mac/filetypeinfo.html>
  107.  
  108.  
  109. If you have a CGI you've written using this framework, please let me know and I'll add it to this list.
  110.  
  111. ____________________
  112. StarNine, ListSTAR, and WebSTAR are trademarks of StarNine Technologies, Inc.
  113. AppleScript, Macintosh, Mac, and MacTCP are trademarks or registered trademarks of Apple Computer, Inc.
  114. UNIX is a registered trademark of Novell, Inc.
  115. CodeWarrior is a trademark of Metrowerks Inc.
  116. Symantec is a trademark of Symantec Corporation.
  117. WorkSMART is a trademark of InfoDesign Corporation.
  118. Grant's CGI Framework is, for those who even bother to read the small print, a GrantMark and a TradeMark of Grant Neufeld.
  119. Copyright ©1995,1996 by Grant Neufeld
  120.